home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_192 / frame_2 / PlaceObject2_186_8 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2005-08-12  |  666b  |  32 lines

  1. onClipEvent(load){
  2.    function release()
  3.    {
  4.       _root.chinko0.chinko1.chinko2.st += 1;
  5.       _parent.osoku.nextFrame();
  6.       if(_root.chinko0.chinko1.chinko2.st == 2)
  7.       {
  8.          this.nextFrame();
  9.       }
  10.    }
  11.    function keyDown()
  12.    {
  13.       if(Key.getCode() == 39)
  14.       {
  15.          this.keyRight.nextFrame();
  16.       }
  17.    }
  18.    function keyUp()
  19.    {
  20.       if(Key.getCode() == 39)
  21.       {
  22.          this.keyRight.prevFrame();
  23.          _root.chinko0.chinko1.chinko2.st += 1;
  24.          _parent.osoku.nextFrame();
  25.          if(_root.chinko0.chinko1.chinko2.st == 2)
  26.          {
  27.             this.nextFrame();
  28.          }
  29.       }
  30.    }
  31. }
  32.